int d = random(0, 100); // ERROR! random() returns floats
ellipse(50, 50, d, d);
